home *** CD-ROM | disk | FTP | other *** search
/ Erect Magazine 15 / Erect Magazine 15.iso / mac / Menu.DIR / 00043.ls < prev    next >
Encoding:
Text File  |  1996-07-11  |  214 b   |  13 lines

  1. on startMovie
  2.   set the romanLingo to 1
  3. end
  4.  
  5. on stopMovie
  6.   repeat with n = 6 to 8
  7.     set the visible of sprite n to 1
  8.   end repeat
  9.   repeat with n = 11 to 30
  10.     set the visible of sprite n to 1
  11.   end repeat
  12. end
  13.